free garbage

英 [friː ˈɡɑːbɪdʒ] 美 [friː ˈɡɑːrbɪdʒ]

自由无用单元

计算机



双语例句

  1. We approximate the free memory after a garbage collection cycle by using algorithms that analyze the variance of free memory statistics.
    通过使用分析可用内存统计信息变化的算法,我们可粗略计算垃圾收集周期之后的可用内存。
  2. When the new space runs out of free memory, the garbage is collected only in that space.
    当新空间耗尽空闲内存时,将仅在该空间中进行垃圾收集。
  3. In addition to downward trends in approximated memory after a garbage collection cycle, we look at situations where the average free memory after garbage collection is below certain thresholds.
    除了评估垃圾收集周期之后大致的内存下降趋势之外,我们还可以查看垃圾收集之后平均可用内存小于某些阈值的情况。
  4. An application runs until the heap is exhausted of free memory, at which point the GC stops all application code, performs a garbage collect, and then lets the application continue.
    应用程序一直运行,直至耗尽堆的可用内存,此时GC停止所有的应用程序代码、执行垃圾收集,然后让应用程序继续运行。
  5. A generational collector is free to use a different collection strategy for different generations and perform garbage collection on the generations separately.
    分代收集器对不同的代可以自由使用不同的收集策略,对各代分别进行垃圾收集。
  6. If implemented, allows an object to free resources before it is destroyed by the garbage collector.
    如果实现了它,则在垃圾回收器销毁资源之前允许对象释放资源。